home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / spectcl-.000 / spectcl- / usr / local / bin / spectcl < prev   
Encoding:
Text File  |  1995-12-01  |  481 b   |  17 lines

  1. #!/bin/sh
  2. # SpecTcl, by S. A. Uhler
  3. # Copyright (c) 1994-1995 Sun Microsystems, Inc.
  4. #
  5. # See the file "license.txt" for information on usage and redistribution
  6. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. #
  8. # Change DIR to the directory that contains the SpecTcl source files
  9. export DIR=/usr/local
  10.  
  11. # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
  12. export WISH=${DIR}/bin/bltt_wish
  13.  
  14. export SPECTCL_DIR=${DIR}/SpecTcl-0.1a
  15. $WISH -f ${SPECTCL_DIR}/main.tk
  16.  
  17.